*{padding:0;margin:0;font-family: "Microsoft YaHei";list-style: none;text-decoration: none;border: none;}
.container{
	width: 1200px;
	margin:0 auto;
}
html{overflow-x:hidden;}
body{
	background: #fff;
	color: #2d2c2c;
	font-size: 14px;
	min-width: 1200px;
}
a{
	outline: none;
	color: #2d2c2c;
}
a:hover{
	color: #05549a;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
/*
===================
分页
>>	pages_pre		上一页
>>	pages_next	下一页
>>	strong			激活状态
>>	a:hover			鼠标悬停状态
===================
*/
.pages {
	margin: 20px auto;
	font-size: 14px;
	text-align: center;
}
.pages ul{display: inline-block;}
.pages a,
.pages strong{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	color:#666;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
}
.pages .current{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
	
	color:#fff;
	background-color:#00479d;
	border-color:#fff;
}
.pages a:hover{
	color:#fff !important;
	background-color:#00479d;
	border-color:#fff;
	text-decoration:none;
}
.pages strong{
	color:#fff;
	background-color:#24557d;
	border-color:#fff;
}
.pages span{
	padding:0 10px;
	line-height:23px;
}

/* index top */
.topbar{
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #f3f3f3;
}
.topbar p{
	font-style: 12px;
	color: #4e4e4e;
}
.topbar .fr{
	font-size: 12px;
	color: rgba(78,78,78,.71);
}
.topbar .fr a{
	color: rgba(78,78,78,.71);
	margin: 0 5px;
}

.head{
	height: 127px;
	overflow: hidden;
}
.head .logo{
	width: 340px;
	height: 127px;
	overflow: hidden;
	display: block;
	background: url(../images/logo.png) no-repeat center;
	text-indent: -99em;
}
.head .toptell{
	background: url(../images/toptell.png) no-repeat left center;
	padding-left: 60px;
	height: 53px;
	margin-top: 28px;
}
.head .toptell span{
	display: block;
	color: #515151;
	margin-left: 8px;
}
.head .toptell p{
	font-size: 28px;
	color: #004e96;
	font-weight: bold;
	line-height: 30px;
}

.nav{
	height: 62px;
	line-height: 62px;
	background: #555;
}
.nav li{
	float: left;
	padding: 0 20px;
	position: relative;
}
.nav li a{
	color: #fff;
	font-size: 16px;
	display: block;
	width: 130px;
	text-align: center;
}
.nav li a.hover,.nav li a:hover{
	background: #005198;
}
.nav li::before{
	content: "/";
	font-size: 13px;
	color: #c4c4c4;
	position: absolute;
	left: -3px;
}
.nav li:first-child::before{
	display: none;
}

.slideBox{ width:100%; height:576px; overflow:hidden; position:relative;}
.slideBox .hd{ height:16px; overflow:hidden; position:absolute; bottom: 90px; z-index:1; width: 100%;text-align: center;}
.slideBox .hd ul{ overflow:hidden; zoom:1; display: inline-block;}
.slideBox .hd ul li{ float:left; margin: 0 8px;  width:16px; height:16px; background:#fff; cursor:pointer; border-radius: 50%;}
.slideBox .hd ul li.on{ background:#00479d;}
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd ul{margin: 0 auto;}
.slideBox .bd li{ zoom:1; vertical-align:middle; width:100%; height:576px; position:relative;}
.slideBox .bd li a{ display:block; width:154px; height:45px; position:absolute; top:362px; left:50%; margin-left:-77px;}

.banbox{
	height: 140px;
	position: relative;
	top: -67px;
	z-index: 99;
}
.banbox .box{
	width: 1304px;
	height: 140px;
	background: url(../images/banbox-bg.png) no-repeat right center;
	background-color: #f0f0f0;
	position: absolute;
	top: 0;
	left: -52px;
}
.banbox_left{
	width: 490px;
	margin-top: 40px;
}
.banbox_left span{
	display: block;
	font-size: 23px;
	color: #2d2c2c;
	font-weight: bold;
}
.banbox_left p{
	color: #6b6b6b;
	margin-top: 10px;
}
.banbox .search{
	width: 320px;
	margin-top: 40px;
}
.banbox .search p{
	color: #3a3a3a;
	font-size: 16px;
}
.banbox .search p a{
	font-size: 14px;
	color: #3a3a3a;
	margin-right: 5px;
}
.banbox .search form{
	width: 320px;
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.banbox .search input{
	width: 284px;
	height: 33px;
	line-height: 31px;
	box-sizing: border-box;
	padding: 0 20px;
	border: 1px solid #dcdcdc;
	background: #f0f0f0;
}
.banbox .search button{
	display: block;
	cursor: pointer;
	width: 36px;
	height: 33px;
	background: url(../images/ser.png) no-repeat right center;
	background-color: #005198;
}
.banbox .banbox_right{
	width: 310px;
	box-sizing: border-box;
	padding-left: 50px;
	background: url(../images/phone.png) no-repeat left center;
	color: #fff;
	margin-top: 45px;
}
.banbox .banbox_right span{
	display: block;
}
.banbox .banbox_right p{
	font-size: 32px;
	font-weight: bold;
}

.tit{
	text-align: center;
}
.tit span{
	display: block;
	font-size: 16px;
	color: #939292;
	margin-bottom: 10px;
}
.tit p{
	color: #1c1c1c;
	font-size: 39px;
	position: relative;
	padding-bottom: 20px;
}
.tit p::after{
	content: " ";
	display: block;
	width: 50px;
	height: 2px;
	background: #01479d;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
}

.product{
	background: url(../images/pbg.jpg) no-repeat center;
	padding-top: 150px;
	position: relative;
	margin-top: -140px;
	box-sizing: border-box;
	height: 720px;
}

.slideTxtBox1{width:100%; margin-top: 35px;}
.slideTxtBox1 .hd{ height: 44px; line-height:44px;position:relative;text-align: center;}
.slideTxtBox1 .hd ul{height:44px;display: inline-block;}
.slideTxtBox1 .hd ul li{ float:left;cursor:pointer;width: 189px;height: 44px;background: url(../images/pmenu-bg1.png) no-repeat center;font-size: 19px;color: #ffffff;margin: 0 5px;}
.slideTxtBox1 .hd ul li.on{background: url(../images/pmenu-bg2.png) no-repeat center;}
.slideTxtBox1 .bd{margin-top: 50px;}
.slideTxtBox1 .bd ul{zoom:1;}
.slideTxtBox1 .bd li{text-align: center;float: left;margin-left: 10px;}
.slideTxtBox1 .bd li:first-child{margin-left: 0;}
.slideTxtBox1 .bd li img{
	width: 282px;
	height: 210px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.slideTxtBox1 .bd li .box{
	width: 282px;
	height: 210px;
	border: 5px solid #f8f8f8;
	overflow: hidden;
}
.slideTxtBox1 .bd li:hover img{
	transform: scale(1.1, 1.1);
}
.slideTxtBox1 .bd li p{
	font-size: 15px;
	color: #737373;
	margin-top: 10px;
}
.slideTxtBox1 .bd li:hover p{
	color: #05549a;
}

.case{
	padding-top: 70px;
}
.case_menu{
	height: 70px;
	line-height: 70px;
	border: 1px solid #dfdfdf;
	background-image: linear-gradient(#fbfbfb, #e3e3e3);
	margin-top: 26px;
}
.case_menu ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.case_menu li a{
	display: block;
	width: 200px;
	text-align: center;
	font-size: 18px;
	color: #030303;
	border-left:1px solid #dfdfdf;
}
.case_menu li:first-child a{
	border:0;
}
.case_menu li a:hover{
	background: #00479d;
	color: #ffffff;
}



/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width: 1200px;
  padding-top: 15px;
  padding-bottom: 30px;
}
#carousel {
  height:430px;
  width:1200px;
  position:relative;
  margin-bottom:0.5em;
  font-size:12px;
  font-family: Arial;
}
.carousel-image {
  border:0;
  display:block;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  border:7px solid #eee;
  cursor:pointer;
}
.carousel-feature .carousel-caption {
  position:absolute;
  bottom:0;
  width:100%;
  background-color:#000;
}
.carousel-feature .carousel-caption p {
  margin:0;
  padding:5px;
  font-weight:bold;
  font-size:12px;
  color:white;
}
.tracker-summation-container {
  position:absolute;
  color:white;
  right:48px;
  top:230px;
  padding:3px;
  margin:3px;
  background-color:#000;
}
.tracker-individual-container {
  position:absolute;
  color:white;
  right:48px;
  top:210px;
  padding:0;
  margin:0;
}
.tracker-individual-container li {
  list-style:none;
}
.tracker-individual-container .tracker-individual-blip {
  margin:0 3px;
  padding:0 3px;
  color:white;
  text-align:center;
  background-color:#DDD;
}
.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background-color:#000;
}
#carousel-left {
  position:absolute;
  bottom:200px;
  left: -75px;
  cursor:pointer;
}
#carousel-right {
  position:absolute;
  bottom:200px;
  right:-75px;
  cursor:pointer;
}

.about{
	height: 810px;
	background: #f8f8f8;
	box-sizing: border-box;
	padding-top: 90px;
}
.df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.about img.ableft{
	width: 502px;
	height: 410px;
	position: relative;
	z-index: 10;
}
.about .abright{
	width: 610px;
}
.about .abright .wel{
	font-size: 18px;
	color: #3a3a3a;
	position: relative;
	padding-bottom: 15px;
}
.about .abright .wel::after{
	content: " ";
	display: block;
	width: 210px;
	bottom: 0;
	left: -100px;
	height: 1px;
	background: #cbcbcb;
	position: absolute;
}
.about .abinfo i{
	font-style: normal;
	font-size: 51px;
	color: #045399;
	font-weight: bold;
	display: block;
	margin-top: 22px;
}
.about .abinfo span{
	font-size: 18px;
	color: #2d2c2c;
	margin-top: 15px;
	display: block;
}
.about .abinfo p{
	color: #2d2c2c;
	line-height: 25px;
	margin-top: 50px;
}
.about .abright a{
	display: block;
	color: #fff;
	width: 208px;
	height: 39px;
	background: #05549a;
	text-align: center;
	line-height: 39px;
	border: 1px solid #eee;
	margin-top: 30px;
}


.slideTxtBox2{
	margin-top: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.slideTxtBox2 .hd{ height: 180px;background:#ddd;position:relative;width: 222px;}
.slideTxtBox2 .hd ul li{cursor:pointer;height: 90px;text-align: center;color: #333;box-sizing: border-box;padding-top: 25px;}
.slideTxtBox2 .hd ul li p{font-size: 16px;}
.slideTxtBox2 .hd ul li span{font-size: 12px;position: relative;}
.slideTxtBox2 .hd ul li span::after,.slideTxtBox2 .hd ul li span::before{
	content: "-";
	position: absolute;
	color: #333;
}
.slideTxtBox2 .hd ul li span::before{left: -12px;}
.slideTxtBox2 .hd ul li span::after{right: -12px;}
.slideTxtBox2 .hd ul li.on{background: url(../images/j1.png) no-repeat right center #05549a;color: rgba(255,255,255,.8);}
.slideTxtBox2 .hd ul li.on span::after,.slideTxtBox2 .hd ul li.on span::before{color: #fff;}
.slideTxtBox2 .bd ul{zoom:1;}
.slideTxtBox2 .bd li{float: left;text-align: center;margin-left: 22px;position: relative;}
.slideTxtBox2 .bd li a{width: 300px;height: 180px;display: block;background: #fff;}
.slideTxtBox2 .bd li img{max-width: 300px;max-height: 180px;display: block;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.slideTxtBox2 .bd li .box{width: 300px;height: 180px;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.slideTxtBox2 .bd li:hover img{transform: scale(1.1, 1.1);}
.slideTxtBox2 .bd li p{line-height: 36px;color: #fff;background: rgba(0,0,0,.52);position: absolute;bottom: 0;width: 100%;transition: all 0.3s;}
.slideTxtBox2 .bd li:hover p{background: #05549a;}

.news{
	margin-top: 50px;
}
.news .tit{
	margin-bottom: 40px;
}


.slideTxtBox3{ width: 575px;text-align:left;  }
.slideTxtBox3 .hd{position:relative;height: 32px;line-height: 32px;}
.slideTxtBox3 .hd::before{content: " ";display: block;width: 5px;background: #05549a;height: 32px;position: absolute;left: 0;top: 0;}
.slideTxtBox3 .hd ul li{ float:left;cursor:pointer;font-size: 18px;color: #3e3e3e;margin: 0 22px;}
.slideTxtBox3 .hd ul li.on{color: #05549a;font-weight: bold;}
.slideTxtBox3 .bd ul{ zoom:1;  }
.nl{
	float: left;
}
.newimg {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.newimg .img_box{
	width: 244px;
	height: 187px;
	overflow: hidden;
	display: block;
}
.newimg img{
	width: 244px;
	height: 187px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.newimg img:hover{
	transform: scale(1.1, 1.1);
}
.newimg .nr{
	width: 310px;
}
.newimg .nr .ntit{
	font-size: 15px;
	color: #4a4a4a;
	font-weight: bold;
	line-height: 35px;
}
.newimg .nr .ntit:hover{
	color: #05549a;
}
.newimg .nr p{
	color: #818181;
	line-height: 22px;
}
.newimg .nr .more{
	display: block;
	width: 100px;
	height: 30px;
	background: #05549a;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	margin-top: 15px;
}
.nlist li a{
	display: block;
	height: 70px;
	line-height: 70px;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.nlist li a:hover{
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
}
.nlist li a .date{
	float: left;
	width: 114px;
	text-align: center;
	position: relative;
}
.nlist li a .date::after{
	content: " ";
	display: block;
	width: 1px;
	height: 46px;
	background: #dcdcdc;
	position: absolute;
	right: 0;
	top: 12px;
}
.nlist li a .date span{
	display: block;
	font-size: 29px;
	color: #666666;
	font-weight: bold;
	line-height: 40px;
}
.nlist li a .date p{
	color: #818181;
	line-height: 20px;
}
.nlist li a .ntit{
	font-size: 15px;
	color: #6c6c6c;
	font-weight: bold;
	margin-left: 30px;
	float: left;
}
.nlist li a .listmore{
	width: 29px;
	height: 29px;
	background: url(../images/arrow.png) no-repeat center;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

.nr{
	float: right;
	width: 577px;
}
.nr_top{
	line-height: 47px;
	height: 47px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 8px;
	padding-right: 12px;
}
.nr_top p{
	color: #3e3e3e;
	font-size: 18px;
}
.nr_top p span{
	font-size: 15px;
	color: #adadad;
}
.nr_top a{
	float: right;
	font-size: 15px;
}
.nr_list{
	margin-top: 24px;
}
.nr_list dl{
	border-bottom: 1px dashed #dfdfdf;
	padding-left: 50px;
	position: relative;
	margin-bottom: 18px;
	padding-bottom: 10px;
}
.nr_list dl::after{
	content: "Q";
	color: #343434;
	font-size: 18px;
	display: block;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #e5e5e5;
	position: absolute;
	left: 4px;
	top: 0;
}
.nr_list dt a{
	font-size: 15px;
	color: #666666;
	font-weight: bold;
	line-height: 30px;
}
.nr_list dt a:hover{
	color: #05549a;
}
.nr_list dd{
	color: #747474;
	line-height: 25px;
	margin-top: 13px;
}

.footer{
	height: 330px;
	background: url(../images/fbg.png) no-repeat bottom center #252525;
	margin-top: 50px;
}
.fnav{
	margin-top: 70px;
	float: left;
}
.fnav ul{
	float: left;
	border-left: 1px solid rgba(238,238,238,.22);
	padding-left: 22px;
	padding-right: 50px;
	position: relative;
}
.fnav ul:first-child{
	margin-left: 20px;
}
.fnav ul li{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}
.fnav ul li a{
	font-size: 14px;
	color: #919191;
}
.fnav ul:last-child::after{
	content: " ";
	display: block;
	width: 1px;
	height: 107px;
	background: rgba(238,238,238,.22);
	position: absolute;
	right: 0;
	top: 0;
}
.fcont{
	margin-top: 66px;
	margin-right: 70px;
}
.fcont img.ewm{
	width: 144px;
	height: 144px;
}
.ftel{
	color: #fff;
	margin-left: 32px;
}
.ftel span{
	display: block;
	width: 151px;
	height: 30px;
	line-height: 30px;
	border-radius: 20px;
	background: #fff;
	color: #30318b;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	padding-left: 20px;
	margin-top: 23px;
}
.ftel span::before{
	content: " ";
	display: block;
	width: 18px;
	height: 19px;
	background: url(../images/ftel.png) no-repeat center;
	position: absolute;
	left: 35px;
	top: 6px;
}
.ftel p{
	font-size: 36px;
	margin-top: 12px;
}
.ftel i{
	font-style: normal;
	display: block;
	margin-top: 5px;
}
.ftel i small{
	margin-right: 8px;
}

.bottom{
	height: 68px;
	background: #111;
	line-height: 68px;
	color: #fff;
}
.bottom p{
	font-size: 12px;
	line-height: 25px;
	padding-top: 10px;
}
.bottom a{
	color: #fff;
}
.bottom .fr a{
	margin: 0 18px;
}
.bottom .gs{
	margin: 0 !important;
	margin-top: 10px !important;
	display: block;
}

.banner{
	height: 400px;
	background: url(../images/banner.jpg) no-repeat center;
}
.pagetop{
	text-align: center;
	font-size: 24px;
	color: rgb(67, 67, 67);
	position: relative;
	height: 50px;
	margin-top: 45px;
}
.pagetop::after{
	content: " ";
	display: block;
	width: 20px;
	height: 2px;
	background: #00479d;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 0;
}

.submenu ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.submenu ul li a{
	color: #666;
	display: block;
	background: #f0f6fb;
	line-height: 40px;
	padding: 0 40px;
	margin: 0 2px;
}
.submenu ul li a:hover,.submenu ul li a.hover{
	background: #6fa8dc;
	color: #fff;
}

.content{
	line-height: 30px;
	color: #666;
	margin-top: 30px;
}
.content img{
	max-width: 100%;
}

.mainbg{
	background: rgb(242, 243, 245);
	margin-bottom: -50px;
	padding-bottom: 100px;
	padding-top: 50px;
}
.left{
	width: 244px;
	background: #fff;
	height: 230px;
}
.leftnav{
	text-align: center;
}
.leftnav dt{
	color: #5a5a5a;
	font-size: 20px;
	line-height: 58px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 8px;
}
.leftnav dd a{
	display: block;
	line-height: 40px;
	border-bottom: 1px solid #f5f5f5;
	position: relative;
}
.leftnav dd a::before{
	content: " ";
	position: absolute;
	width: 4px;
	height: 40px;
	left: 0;
	top: 0;
	background: #005198;
	display: none;
}
.leftnav dd a:hover,.leftnav dd a.hover{
	background: #fafafa;
	color: #005198;
}
.leftnav dd a:hover::before,.leftnav dd a.hover::before{
	display: block;
}

.right{
	width: 918px;
	background: #ffffff;
	box-sizing: border-box;
	padding: 40px 60px;
}
.rtit{
	font-size: 21px;
	color: #000000;
	text-align: center;
	line-height: 42px;
}

.honor{
	margin-left: -20px;
	margin-top: 50px;
}
.honor li{
	float: left;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 20px;
}
.honor li a .box{
	width: 184px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.honor li img {
    max-width: 184px;
    max-height: 120px;
    display: block;
}
.honor li p{
	line-height: 40px;
}

.position{
	color: #666;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 13px;
}
.position a{
	color: #666;
}

.list{
	margin-top: 25px;
}
.list li{
	height: 100px;
	padding-top:10px;
	margin-bottom: 13px;
	/*padding-bottom: 16px;*/
	border-bottom: 1px solid #f7f7f7;
}
.list .imgbox{
	width: 160px;
	height: 110px;
	display: block;
	overflow: hidden;
}
.list .imgbox img{
	width: 160px;
	height: 110px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.list .imgbox img:hover{
	transform: scale(1.1, 1.1);
}
.list .lr{
	width: 624px;
}
.list .lr a{
	font-size: 17px;
	color: #05549a;
}
.list .lr a:hover{
	color: #05549a;
}
.list .lr span{
	display: block;
	font-size: 11px;
	color: #929292;
	margin-top: 10px;
}
.list .lr p{
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
	color: #999999;
}

.photo ul{
	margin-left: -30px;
	margin-top: 40px;
}
.photo li{
	float: left;
	text-align: center;
	margin-left: 30px;
	margin-bottom: 20px;
}
.photo li .box{
	width: 277px;
	height: 206px;
	overflow: hidden;
}
.photo li img{
	width: 277px;
	height: 206px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.photo li:hover img{
	transform: scale(1.1, 1.1);
}
.photo li p{
	font-size: 15px;
	line-height: 30px;
}

.showtop{
	text-align: center;
	margin-top: 30px;
}
.showtop h1{
	font-weight: normal;
	font-size: 21px;
	color: #222222;
}
.showtop p{
	margin-top: 20px;
}
.showtop p span{
	font-size: 12px;
	color: #999;
	margin: 0 20px;
}
.show .content{
	margin-top: 25px;
}
.prepage{
	line-height: 26px;
	margin-top: 30px;
	color: #595959;
}

.show_photo{
	width: 1000px;
	margin: 0 auto;
}
.show_photo .photo_top h1{
	text-align: center;
	font-size: 16px;
	color: #222;
	margin-top: 60px;
}
.show_photo .content{
	margin-top: 70px;
}
.noResult h3{
	font-weight: normal;
}